home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / hlp145an.zip / HLPE-CLR.ZIP / HLPFLAG < prev    next >
Text File  |  1992-02-07  |  2KB  |  41 lines

  1. @CLS@
  2. @X04(@X0CFLAG@X04) Files for Download - Function Help
  3. -----------------------------------------
  4.  
  5. @X0BSubcommands:@X0F  @X03(filename 1) (filename 2) (filename 3) etc
  6.  
  7. @X0F              @X04(@X0Cfilename@X04)@X0F @X03is the name of the file to be downloaded.  Multiple
  8. @X0F                         @X03names can be stacked on the same line and wildcards
  9. @X0F                         @X03may be used in the name.
  10.  
  11. @X0ADescription:@X0F  @X02The @X0CFLAG@X02 command is used to flag files or groups of files for
  12. @X0F              @X02later download.  For instance, you may be busy looking at a
  13. @X0F              @X02list of download files and find some that you want to download
  14. @X0F              @X02but don't wish to download them that very moment.  Rather than
  15. @X0F              @X02having to write down the name or try to remember it later you
  16. @X0F              @X02can simply tell the system to flag the file and remember it
  17. @X0F              @X02for you.
  18.  
  19. @X0F              @X02To download the files that are flagged you would then issue a
  20. @X0F              @X02(@X0CD@X02)ownload command at which point the system will ask you if you
  21. @X0F              @X02want to download the files that were flagged.  Answering NO
  22. @X0F              @X02will cause the system to forget the files that were flagged.
  23.  
  24. @X0EExamples:
  25.  
  26. @X0C  * FLAG test1
  27.  
  28.     Functioning the same as the download command, this command will first check
  29.     to see if TEST1.<ext> exists where <ext> is the default extension for the
  30.     system you are on.  For example, it will see if TEST.ZIP exists and if not
  31.     it will attempt to flag TEST instead.
  32.  
  33. @X0C  * FLAG file1 file2 file3
  34.  
  35.     Flags all three files for download.
  36.  
  37. @X0C  * FLAG file*.txt
  38.  
  39.     Flags any files matchin file*.txt for later download.
  40.  
  41.